func math.log1p

2 uses

	math (current package)
		log1p.go#L99: 	return log1p(x)
		log1p.go#L102: func log1p(x float64) float64 {